-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migration: don't delete old PVC by default during upgrade (PROJQUAY-7182) #919
Conversation
/retest |
if os.Getenv("POSTGRES_UPGRADE_RETAIN_BACKUP") == "true" { | ||
continue | ||
} | ||
//if os.Getenv("POSTGRES_UPGRADE_RETAIN_BACKUP") == "true" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of removing this completely, can we just reverse the flag? To something like POSTGRES_UPGRADE_DELETE_BACKUP ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, that's a good idea
02a28a0
to
5013ce2
Compare
5013ce2
to
56ffc33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/retest |
/cherrypick redhat-3.11 |
@Sunandadadi: new pull request created: #921 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cherrypick redhat-3.10 |
@Sunandadadi: new pull request created: #922 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cherrypick redhat-3.9 |
@Sunandadadi: new pull request created: #923 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Removing check to delete old PVC, don't delete it by default.